home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / xaes_new.lzh / DOCS / GUI_DEFS.DOC < prev    next >
Encoding:
Text File  |  1994-10-02  |  1.4 KB  |  28 lines

  1. GUI_DEFS.SYS            GUI Definitions System File            Documentation
  2. ----------------------------------------------------------------------------
  3. GUI_DEFS is the system file for  XAES which controls how it looks and feels.
  4. The GUI_DEFS  file is  completely  configurable  by either  the user  or the
  5. programmer  as  he/she feels  fit.   The  GUI_DEFS file  that  was  included
  6. originally with XAES is considered the default setup for XAES.   You can use
  7. any standard  text editor  to adjust  the information,  or use the  CPX file
  8. that is included.
  9. ----------------------------------------------------------------------------
  10. This file is intended to explain each option that can be set in the GUI_DEFS
  11. system file, and to decribe what the settings are for each option.
  12. ----------------------------------------------------------------------------
  13.  
  14. WinX Compatibility Setting
  15. LEFT_BORDER_MOVE
  16.  
  17.     The LEFT_BORDER_MOVE setting lets you move windows off of the left side
  18. of the screen.  This setting is only permitted if you have WinX installed.
  19. The reason being that GEM doesn't know how to handle the redraw of windows
  20. if drawn off the left side of the screen; AES can't handle negative graphic
  21. coordinates very well.
  22.  
  23.     The valid settings for the LEFT_BORDER_MOVE are boolean values: TRUE and
  24. FALSE.
  25.  
  26. ----------------------------------------------------------------------------
  27.  
  28.